home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000085_news@columbia.edu _Wed Sep 8 10:20:54 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA16864
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 8 Sep 1999 10:20:54 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA13798
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 8 Sep 1999 09:55:49 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: "refused: size" on a transfer
  11. Date: 8 Sep 1999 13:55:49 GMT
  12. Organization: Columbia University
  13. Message-ID: <7r5pt5$df4$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <WstB3.205$rp6.697@read2.inet.fi>,
  17. Mikael Varila <Mikael.Varila@pp.inet.fi> wrote:
  18. : I am trying to send a file to a K95 server over TCP/IP (port 2001)
  19. : from a unix box, and I get an error message in transfact.log:
  20. : Sending ...
  21. : mode: text
  22. : file character set ...
  23. : xfer character set ...
  24. : remote name: ...
  25. : refused: size
  26. : *** interrupted, sending discard request
  27. : Versions are: K95 v1.1...
  28. :
  29. 1.1-point-what?  1.1.17 is current:
  30.  
  31.   http://www.columbia.edu/kermit/k95.html
  32.  
  33. : ... on a WinNT 4.0 SP3, C-Kermit 6.0.192 on a HP-UX 10.20.
  34. : There is plenty on disk space on target system, and no quota
  35. : checking should be activated.
  36. You'd need to send us a debug log if you want a diagnosis.  To work
  37. around, tell one or both Kermit programs to "set attribute length off".
  38.  
  39. - Frank